@brief Returns the string name associated with a DVBv5 command
@ingroup frontend
@param cmd DVBv5 or libdvbv5 property
@details This function gets an integer argument (cmd) and returns a string
that corresponds to the name of that property.
@return it returns a string that corresponds to the property name.
For example:
dvb_cmd_name(DTV_GUARD_INTERVAL) would return "GUARD_INTERVAL"
It also returns names for the properties used internally by libdvbv5.
@brief Returns the string name associated with a DVBv5 command @ingroup frontend
@param cmd DVBv5 or libdvbv5 property
@details This function gets an integer argument (cmd) and returns a string that corresponds to the name of that property.
@return it returns a string that corresponds to the property name. For example: dvb_cmd_name(DTV_GUARD_INTERVAL) would return "GUARD_INTERVAL" It also returns names for the properties used internally by libdvbv5.